Row Class

Represents a row in a table. It contains elements that specify the cells of the table row.

Definition

Namespace: Independentsoft.Office.Odf
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class Row : IContentElement
Inheritance
Object    Row
Implements
IContentElement

Constructors

Row Initializes a new instance of the Row class.

Properties

Cells Contains a collection of Cell objects.
DefaultCellStyle Contains the default cell style.
IsHeader 
Item 
NumberOfRepeatedRows Contains the number of rows to which a row element applies.
Style Contains the style.
Visibility Specifies whether a row or column is visible. The defined values are: -collapse: a row or column is not visible because the user chose to hide it. -filter: a row or column is not visible as the result of applying a filter. -visible: a row or column is visible. The default value for this attribute is visible.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetContentElements Returns all content elements.
GetHashCode
(Inherited from Object)
GetParent Returns the parent element.
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current Row object to its equivalent string representation.
(Overrides ObjectToString)

See Also